home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / remote_control.swf / scripts / DefineButton2_114 / BUTTONCONDACTION on(press).as
Text File  |  2008-08-08  |  173b  |  8 lines

  1. on(press){
  2.    _root.funcHITBOX("Instructions_Brother");
  3.    _root.playerSelected = "brother";
  4.    _root.SFX.gotoAndPlay("Click");
  5.    gotoAndStop("HowTo");
  6.    play();
  7. }
  8.